{
    "UrbanDataset" : {
        "context" : {
            "producer" : {
                "id" : "Solution-ID",
                "schemeID" : "SCPS"
            },
            "timeZone" : "UTC+1",
            "timestamp" : "2026-04-28T07:24:33",
            "coordinates" : {
                "format" : "WGS84-DD",
                "latitude" : 0.0,
                "longitude" : 0.0,
                "height" : 0.0
            },
            "language" : "IT",
            "note" : ""
        },
        "specification" : {
            "version" : "2.0",
            "id" : {
                "value" : "WeatherForecast-2.0",
                "schemeID" : "SCPS"
            },
            "name" : "Weather Forecast",
            "uri" : "https://smartcityplatform.enea.it/specification/semantic/2.0/ontology/scps-ontology-2.0.owl#WeatherForecast",
            "properties" : {
                "propertyDefinition" : [
                    {
                        "propertyName" : "AirTemperature",
                        "propertyDescription" : "Air temperature",
                        "dataType" : "double",
                        "unitOfMeasure" : "degreeCelsius"
                    },
                    {
                        "propertyName" : "AtmosphericPressure",
                        "propertyDescription" : "Observed atmospheric pressure",
                        "dataType" : "double",
                        "unitOfMeasure" : "hectopascal"
                    },
                    {
                        "propertyName" : "LocationID",
                        "propertyDescription" : "An identifier for the monitored location",
                        "dataType" : "string",
                        "unitOfMeasure" : "dimensionless"
                    },
                    {
                        "propertyName" : "PrecipitationProbabilityPercentage",
                        "propertyDescription" : "Probabilità, espressa in percentuale, che si verifichino precipitazioni",
                        "dataType" : "double",
                        "unitOfMeasure" : "dimensionless"
                    },
                    {
                        "propertyName" : "RelativeHumidity",
                        "propertyDescription" : "Relative humidity, expressed as percentage",
                        "dataType" : "double",
                        "unitOfMeasure" : "dimensionless"
                    },
                    {
                        "propertyName" : "SchemeID",
                        "propertyDescription" : "Identifies an encoding scheme",
                        "dataType" : "string",
                        "unitOfMeasure" : "dimensionless"
                    },
                    {
                        "propertyName" : "ThreeHoursRainfall",
                        "propertyDescription" : "Amount of rain calculated in 3 hours by pluviometers in millimeters of accumulation",
                        "dataType" : "double",
                        "unitOfMeasure" : "millimetre"
                    },
                    {
                        "propertyName" : "TotalCloudCoveragePercentage",
                        "propertyDescription" : "Cloud cover percentage: indicates how much of the sky is covered by clouds (0% stands for clear skies, 100% for completely cloudy sky)",
                        "dataType" : "double",
                        "unitOfMeasure" : "dimensionless"
                    },
                    {
                        "propertyName" : "WeatherConditionCode",
                        "propertyDescription" : "A code stating the weather condition (rain, snow, clear, overcast,...)",
                        "dataType" : "string",
                        "codeList" : "https://smartcityplatform.enea.it/specification/semantic/2.0/gc/WeatherConditionCode.gc",
                        "unitOfMeasure" : "dimensionless"
                    },
                    {
                        "propertyName" : "WeatherConditionDescription",
                        "propertyDescription" : "Textual description of the weather conditions",
                        "dataType" : "string",
                        "unitOfMeasure" : "dimensionless"
                    },
                    {
                        "propertyName" : "WindSpeed",
                        "propertyDescription" : "Observed wind speed",
                        "dataType" : "double",
                        "unitOfMeasure" : "metrePerSecond-Time"
                    },
                    {
                        "propertyName" : "period",
                        "propertyDescription" : "Measurement period of the data reported in the row",
                        "subProperties" : {
                            "propertyName" : [
                                "start_ts",
                                "end_ts"
                            ]
                        }
                    },
                    {
                        "propertyName" : "start_ts",
                        "propertyDescription" : "Timestamp indicating the beginning of the period",
                        "dataType" : "dateTime",
                        "unitOfMeasure" : "dimensionless"
                    },
                    {
                        "propertyName" : "end_ts",
                        "propertyDescription" : "Timestamp indicating the end of the period",
                        "dataType" : "dateTime",
                        "unitOfMeasure" : "dimensionless"
                    }
                ]
            }
        },
        "values" : {
            "line" : [
                {
                    "id" : 1,
                    "period" : {
                        "start_ts" : "2000-12-31T00:00:00",
                        "end_ts" : "2000-12-31T23:59:00"
                    },
                    "property" : [
                        {
                            "name" : "AirTemperature",
                            "val" : " "
                        },
                        {
                            "name" : "AtmosphericPressure",
                            "val" : " "
                        },
                        {
                            "name" : "LocationID",
                            "val" : " "
                        },
                        {
                            "name" : "PrecipitationProbabilityPercentage",
                            "val" : " "
                        },
                        {
                            "name" : "RelativeHumidity",
                            "val" : " "
                        },
                        {
                            "name" : "SchemeID",
                            "val" : " "
                        },
                        {
                            "name" : "ThreeHoursRainfall",
                            "val" : " "
                        },
                        {
                            "name" : "TotalCloudCoveragePercentage",
                            "val" : " "
                        },
                        {
                            "name" : "WeatherConditionCode",
                            "val" : " "
                        },
                        {
                            "name" : "WeatherConditionDescription",
                            "val" : " "
                        },
                        {
                            "name" : "WindSpeed",
                            "val" : " "
                        }
                    ]
                }
            ]
        }
    }
}